/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    font-size: 0;
    height:0;
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html, body{
    background: #ccc; 
}
#siteContainer{
    width: 960px;
    margin: auto;
    background: #ffffff;
    padding-bottom: 100px;
}

a,
a:visited,
a:active{color: #0067cc;}


header{
    overflow: auto;
    padding: 0 30px;
    height: 90px;
}
h1{
    float: right;
    font-family: 'EatonBold',Arial,helvetica,sans-serif;
    color: #0067cc;
    margin: 0;
    line-height: 90px;  
    text-transform: uppercase;
    text-align: right;
}
h1#logo{
    float: left;
    height: 90px;
    width: 165px;
    background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{777c36d5-d90e-4d72-905e-022639e8db7f}_Eaton-logo.gif) no-repeat center right;
    text-indent: 200%;
    overflow: hidden;
    line-height: 90px;
}

#bannerNavigation{
    height: 400px;
    width: 960px;
    position: relative;
}
#banner{
    height: 397px;
    border-bottom: 3px solid #0067cc;
    width: 960px;
    position: absolute;
    background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{6f206da4-ddfb-4d1a-b276-ea07fab760e3}_EatonWebBanners960x400_02a.jpg) no-repeat top center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
}

nav#mainNav{
    width: auto;
    margin: 0 20px;/* 920px wide automatically (960px wide parent) */
    position: absolute;
    z-index: 300;
    bottom: 0;
    left: 0;
    font-family: 'EatonMedium', Arial, helvetica, sans-serif;
}
nav#mainNav ul{
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
    margin: 0;
    padding: 0;
}
nav#mainNav ul li{
    position: relative;
    display:inline-block;
    padding: 0; 
    margin-right:8px; /* 24px total */
    width: 224px; /* 896px total */
    height: 70px;
    font-size: 20px;
    line-height: 70px;
}
nav#mainNav ul li.last{margin-right: 0;}


nav#mainNav ul li a{
    display: block;
    height: 100%;
    background: rgba(0,103,204,0.3);
    background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{63ae9480-4f6a-4167-b654-e8e37e8008d9}_eatonBlueTrans_30.png)\9;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

    nav#mainNav ul li a:hover{
        background: #0067cc;
        border-left: 1px solid #0078dd;
        border-right: 1px solid #0078dd;
        text-shadow: none;
    }
    nav#mainNav ul li a.selected,nav#mainNav ul li a.selected:hover{
        background: #fff;
        color: #0067cc;
        text-shadow: none;
        border: none;
        overflow: visible;
        z-index: 0;
    }

        nav#mainNav ul li a.selected:after{
            content:'';
            display: block;
            width: 20px;
            height: 70px;
            background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{9c9314d2-b7e1-4f54-a20c-fd2c5fe9d0c6}_tabShadow.png) no-repeat center center;
            position: absolute;
            top: 0;
            right: -20px;
            z-index: 100;
        }



#mainContainer{
    font-size: 14px;
    line-height: 22px;
    overflow: auto;
    font-family: Arial, helvetica, sans-serif;
    display: none;
}
    #introBanner{
        height: 300px;
        width: 960px;
        margin: 25px 0;
        background: #666 url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{58bd314e-ec61-41e3-96e9-618a81d5d693}_ProdOfYear960x300_02.png);
        color: #fff;
    }

.content{
    margin: 25px;
}
    .content h2{font-family: 'EatonMedium',Arial,helvetica,sans-serif; font-size: 26px; color: #0067cc; margin: 40px 0 30px;}
    .content h2.subheader{margin: 0 0 30px; ; text-align: center;}

.boldblue{
    font-weight: bold;
    color: #0067cc;
}


.segmentContainer{
    margin: 30px 50px 0;/* 810px wide automatically (910px wide parent) */
    overflow:auto;

}


.category .content p{
    font-size: 17px;
    color: #575757;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    padding: 20px 10px;
    background: #fff5dd;
    border: 1px solid #ccbb66;
}


button.cta{
    width: 395px;
    height: 65px;
    background: #0067cc;
    color: #ffffff;
    line-height: 65px;
    text-align: center;
    font-size: 35px;
    border: none;
    display: block;
    padding: 0; 
    margin: auto;
}
    button.cta.small{
        width: 250px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
    button.cta.disabled{
        background: #dddddd;
        content: 'Limit Reached';
    }


nav.subNav{
    width: auto;
    position: relative;
    font-family: 'EatonMedium', Arial, helvetica, sans-serif;
}
nav.subNav ul{
    display: block;
    width: auto;
    position: relative;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 25px;
    text-align: justify;
    text-justify: distribute-all-lines;
    border-top: 3px solid #0067cc;
}
    nav.subNav ul:before{
        content: '';
        display: block;
        width: 100%;
        height: 0;
        
    }
    nav.subNav ul:after{
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
    }
nav.subNav ul li{
    position: relative;
    display:inline-block;
    padding: 0;
    font-size: 16px;   
}
nav.subNav ul li a{
    display: block;
    height: 100%;
    padding: 0;
    border-top: 8px solid transparent;
    color: #999999;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

    nav.subNav ul li a:hover{
        color: #0067cc;
    }
    nav.subNav ul li a.selected,nav.subNav ul li a.selected:hover{
        color: #0067cc;
        border-top: 8px solid #0067cc;
    }



.nomineesContainer{
    font-size: 0;
    margin: 30px auto;
}


.nomLinkWrapper{
    display: block;
    float: left;
    vertical-align: top;
    height: auto;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
    .nomLinkWrapper.fourth{margin: 0;}

a.nomineeLink{
    height: 22px;
    width: 100%;
    background: #999;
    display: block;
    color: #333;
    font-size: 9px;
    line-height: 22px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 1px;
    text-decoration: none;
}
    a.nomineeLink:hover{background: #0067cc; color: #ffffff;}


.nomineeBox{
    display: block;
    vertical-align: top;
    height: auto;
    width: 100%;
    padding: 15px 0 0;
    font-size: 13px;
    background: #dddddd;
    text-align: left;
    border: 3px solid #dddddd;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
    

.nomineeBox.hover,
.nomineeBox.selected{border-color: #00ff00;}
.nomineeBox.selected{background: #ffffff;}
.nomineeBox.selected:before{
    content: '';
    height: 28px;
    width: 28px;
    display: block;
    background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{9e023ac5-b7b8-4bfc-94dd-3813dff4f7b0}_greenCheckCirc.png) center center;
    position: absolute;
    z-index: 100;
    top: 1px;
    right: 1px;
}


    .nomineeBox .nominee{
        position: relative;
        width: 125px;
        margin: auto;
        font-style: bold;
        color: #0067cc;
    }
        .nominee .productImg{
            height: 125px;
            width: 125px;
            background: #ffffff;
            position: relative;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }
        .nominee .productName{
            min-height: 75px;
            width: 125px;
            padding-top: 15px;
            line-height: normal;
            position: relative;
        }
        .nominee .productSegment{
            text-align: center;
            font-style: italic;
            width: 125px;
            line-height: normal;
            position: relative;
            color: #666666;
            margin-bottom: 10px;
        }
    
#mustVoteNote{
    color: red;
    font-size: 25px;
    line-height: 25px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: none;
    text-align: center;
}

#hiddenIframe{
    display: none;
}

#overlays{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
}
#blackscreen{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(35,31,32,0.7);
    background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{5792405c-3dc9-402f-ba82-1a048789e70d}_blackTrans_70.png)\9;
}

#overlayContainer{
    position: relative;
    width: 100%;
    height: 100%;
}
.overlay{
    box-sizing: border-box;
    width: 650px;
    margin: auto;
    background: #cccccc;
    border: 3px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -287px;
    min-height: 100px;
    z-index: 1;
    box-shadow: 2px 2px 30px 3px #000000;
    padding: 10px 0 20px;
    display: none;
}
    .overlay .x-it{
        display: block;
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 5px;
        height: 25px;
        width: 25px;
        background: url(http://images.electricalsector.eaton.com/EloquaImages/clients/EatonElectrical/{d1cbbab7-283b-4ae3-a339-32a8191945fa}_x-out.png);
        cursor: pointer;
    }
    .overlay h2{
        font-family: 'EatonMedium', Arial, Helvetica, sans-serif;
        font-size: 35px;
        line-height: 60px;
        padding: 0; margin: 0;
        text-align: center;
        text-transform: uppercase;
        color: #0067cc;
    }
    .overlay .content{
        background: #ffffff;
        width: 610px;
        box-sizing: border-box;
        padding: 15px 30px;
        margin: auto;
        font-size: 14px;
        line-height: 20px;
    }
    .overlay .content p{
        text-align: center;
        margin: 15px 0;
    }
    .overlay #formContainer{
        width: 90%;
        margin: auto;
        position: relative;
    }
    .row{margin: 8px 0;}
    .row#requiredNote{
        text-align: right;
    }
        .row#requiredNote i{font-size: 12px;}
    input, textarea, select{
        box-sizing: border-box;
        padding: 3px;
        font-size: 12px;
        border: 1px solid #aaaaaa;
    }
    input, textarea{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #aaaaaa;
    }
        .error{border-color: red; color: red;}
        .error::-webkit-input-placeholder {
           color: red;
        }

        .error:-moz-placeholder { /* Firefox 18- */
           color: red;  
        }

        .error::-moz-placeholder {  /* Firefox 19+ */
           color: red;  
        }

        .error:-ms-input-placeholder {  
           color: red;  
        }

    .overlay #formContainer textarea{padding: 8px; height: 75px;}
    .fullWidth{
        box-sizing: border-box;
        width: 100%;
    }
    .halfWidth{
        box-sizing: border-box;
        width: 48.5%;
    }
     .halfWidth .halfWidth{
        box-sizing: border-box;
        width: 48%;
    }
    .thirdWidth{
        box-sizing: border-box;
        width: 33%;
    }
    .twoThirdWidth{
        box-sizing: border-box;
        width: 65%;
    }
    .quarterWidth{
        box-sizing: border-box;
        width: 24%;
    }
    .threeQuarterWidth{
        box-sizing: border-box;
        width: 74%;
    }
    .left{float: left;}
    .right{float: right;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}